home *** CD-ROM | disk | FTP | other *** search
- /*
- File: XTNDPictTranslator.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __XTNDPICTTRANSLATOR__
- #define __XTNDPICTTRANSLATOR__
-
- #include "XTNDInterface.h"
- /* #include <Types.h> */
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- /* #include <StandardFile.h> */
- /* #include <Dialogs.h> */
- /* #include <Windows.h> */
- /* #include <Quickdraw.h> */
- /* #include <QuickdrawText.h> */
- /* #include <IntlResources.h> */
- /* #include <Events.h> */
- /* #include <OSUtils.h> */
- /* #include <Controls.h> */
- /* #include <Menus.h> */
- /* #include <TextEdit.h> */
- /* #include <Files.h> */
- /* #include <SegLoad.h> */
- #define importGetPict 1
-
- #define importGetEPSF 2
-
- #if defined(powerc) || defined (__powerc)
- #pragma options align=mac68k
- #endif
- struct PictImportParmBlk {
- OSErr result;
- short dataRefNum;
- short resRefNum;
- PicHandle thePicture;
- short directive;
- Handle dataHandle;
- SFReply theReply;
- TransDescribe thisTranslator;
- };
- #if defined(powerc) || defined(__powerc)
- #pragma options align=reset
- #endif
-
- typedef struct PictImportParmBlk PictImportParmBlk;
-
- typedef PictImportParmBlk *PictImportParmBlkPtr;
-
- #endif
-
-